@charset "utf-8";
/* CSS Document */

#menup {
	background-color: #CF9;
	height: 768px;
	width: 1024px;
}
#menup #logo {
	background-color: #090;
	height: 69px;
	width: 1024px;
}
#container {
	height: 768px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #DFE6F8;
}
#container #head {
	height: 69px;
	width: 1024px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	text-align: right;
	color: #00406C;
}
#container #mfotos {
	height: 699px;
	width: 1024px;
	float: left;
	background-image: url(imagenes/portada_i.jpg);
}
